a:hover {
	text-decoration: none;
}

a {
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}

@media (min-width:1200px ) {
	.container{
		width: 1200px;
	}
}

.main-body{
	position: relative;
	background: #000;
	
}
.pc_menu_icon{
	position: absolute;
	top: 44px;
	left: 300px;
	z-index: 2;
	 -webkit-animation-duration: 3s; 
    animation-duration: 3s; 
    cursor: pointer;
}
.pc-logo{
	position: absolute;
	top: 32px;
	left: 80px;
	z-index: 3;
}



/*头部样式*/

@media only screen and (min-width:768px ) {
	
	#header {
		position: absolute;
		height: 100%;
		width: 270px;
		top: 0;
		background: rgba(0,0,0,0.4);
		z-index: 3;
		left: -300px;
	}
	#header .close{
		position: absolute;
		right: -15px;
		top: 0;
		opacity: 0.6;
	}
	#header .close:hover{
		opacity: 1;
	}
	#header .logo {	
		text-align: center;
		margin-top: 27px;
	}
	#header ul{
		margin-top: 33px;
	}
	#header ul li a{ 
		display: block;
		text-align: right;
		padding-right: 60px;
		line-height: 48px;
		color: #fff;
		position: relative;
	}
	#header ul li a:after{
		content: "";
		position: absolute;
		width: 38px;
		height: 1px;
		background: #fff;
		right: 0;
		top: 24px;
		display: none;
	}
	#header ul li:hover a:after{
		display: block;
	}
}
#header .menu_icon {
	position: absolute;
	top: 7.03125vw;
	right: 8.90625vw;
	width: 6.25vw;
}

@media all and (max-width: 768px) {
	
	#header{
		position: relative;
		background: #000000;
		height:18.75vw;
	}
	#header .logo{
		display: flex;
		/*justify-content: center;*/
		align-items: center;
		height: 100%;
	}
	.logo img {
		max-height: 100%;
		max-width: none;
		width: 25vw;
	}
}




/*大图样式*/

#banner {
	position: relative;
	overflow: hidden;
}

#banner .owl-theme .owl-controls .owl-dots {
	position: absolute;
	bottom: 2%;
	width: 100%;
}


/*大图下方点点的位置*/

/*箭头的设置*/


#banner #owl-demo a.item {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-size: auto 100%
}

#owl-demo,
#owl-demo .owl-wrapper-outer,
#owl-demo .owl-wrapper,
#owl-demo .owl-item,
#banner {
	height: 770px;
}



/*大图记得修改高度*/

@media all and (max-width: 992px) {
	#owl-demo,
	#owl-demo .owl-wrapper-outer,
	#owl-demo .owl-wrapper,
	#owl-demo .owl-item,
	#banner {
		height: 400px;
	}
}

@media all and (max-width: 640px) {
	#owl-demo,
	#owl-demo .owl-wrapper-outer,
	#owl-demo .owl-wrapper,
	#owl-demo .owl-item,
	#banner {
		height: 40vw;
	}
}


/*pc右侧快捷按钮*/

.right_nav ul{
	-webkit-animation-duration: 3s; 
    animation-duration: 3s; 
}

.right_nav .aside li>p,
.right_nav .aside>li>div {
	background-color: #414140;
	color: #fff;
}

.right_nav .aside {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 10000;
}
.right_nav .aside>li:nth-of-type(1) p{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.right_nav .aside>li:nth-of-type(5) p{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.right_nav .aside>li:last-of-type p{
	margin-top: 10px;
	border-radius: 8px;
}
.right_nav .aside>li {
	width: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.right_nav .aside>li:after{
	content: "";
	position: absolute;
	width: 48px;
	height: 1px;
	background: #a0a0a0;
	bottom: 0;
	left: 6px;
	z-index: 10001;
}
.right_nav .aside>li:last-of-type:after,.right_nav .aside>li:nth-of-type(5):after{
	display: none;
}
.right_nav .aside>li>p {
	position: relative;
	z-index: 1005;
	line-height: 60px;
}

.right_nav .aside>li img {
	vertical-align: middle;
}

.right_nav .aside>li p img {
	width: 80%;
}

.right_nav .aside>li p:hover img {
	width: 85%;
}

.right_nav .aside>li .img2 {
	display: none;
}

.right_nav .aside>li>div {
	background-repeat: repeat;
	position: absolute;
	display: none;
}

.right_nav .aside>li .phone_meassage {
	right: -240px;
	top: 0;
	width: 240px;
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	padding: 5px 0;
	border-radius: 13px;
}

.right_nav .aside>li .qq_online {
	top: 0;
	right: -127px;
	width: 187px;
	padding: 0 20px 0 15px;
	border-radius: 13px;
}

.right_nav .aside>li .qq_online .qq_online_title {
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}

.right_nav .aside>li .qq_online .qq_online_box {
	margin-top: 11px;
}

.right_nav .aside>li .qq_online .qq_online_box ul li {
	line-height: 35px;
}

.right_nav .aside>li .qq_online .qq_online_box ul li a {
	color: #fff
}

.right_nav .aside>li .qq_online .qq_online_box ul li i {
	float: left;
	margin-top: -17px;
}

.right_nav .aside>li .qq_online .qq_online_box ul li span {
	float: left;
	margin-top: -16px;
	margin-left: 10px;
}

.right_nav .aside>li .qq_online .qq_online_box ul li span:hover {
	text-decoration: underline;
}

.right_nav .aside>li .ewm {
	top: -20px;
	right: 60px;
	width: 100px;
	height: 100px;
}

.right_nav .aside>li .search_box {
	position: absolute;
	top: 0;
	right: -205px;
	width: 265px;
	text-align: center;
	height: 100%;
	border-radius: 13px;
}

.right_nav .aside>li .search_box .search_input {
	width: 220px;
	height: 36px;
	position: relative;
	margin: 12px auto;
}

.right_nav .aside>li .search_box .search_input span {
	position: absolute;
	line-height: 34px;
	left: 10px;
	z-index: 101;
}

.right_nav .aside>li .search_box .search_input input {
	width: 220px;
	border: none;
	background-color: transparent;
	height: 36px;
	padding-left: 10px;
	position: absolute;
	line-height: 30px;
	z-index: 1;
	top: 0;
	left: 0;
	background:#131313;
}
.right_nav .aside>li .search_box ::-webkit-input-placeholder {
	color: #fff;
}

/*首页内容区样式*/

.content{
	overflow: hidden;
}
.index-about{
	position: relative;
}
.index-about .about-text{
	background: #414140;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: right;
	position: relative;
	-webkit-animation-duration: 3s; 
    animation-duration: 3s; 
}
.index-about .about-text h3{
	font-size: 38px;
	color: #fff;
	line-height: 1;
	margin-bottom: 47px;
	text-align: left;
}
.index-about .about-text h3 small{
	font-size: 16px;
	color: #fff;
	line-height: 38px;
}
.index-about .about-text p{
	line-height: 28px;
	color: #fff;
	height: 140px;
	overflow: hidden;
	text-align: left;
}
.index-about .about-text>a{
	display: inline-block;
	margin-top: 30px;
	color: #fff;
	padding: 10px;
	position: relative;
	font-size: 15px;
}
.index-about .about-text>a:before{
	content: "";
	position: absolute;
	height: 1px;
	background: #878787;
}
.index-about .about-pic{
	background: #fff;
	
	
}
.index-about .position-pic1{
	position: absolute;
	right: -50px;
	bottom: 0;
	-webkit-animation-duration: 3s; 
    animation-duration: 3s; 
}
.index-about .position-pic1 img{
	height: 250px;
}
.index-about .position-pic2{
	position: absolute;
	top: 186px;
	right: 40px;
	animation-delay: 1s;
}

@media  (min-width:768px ) {
	.index-about{
		margin: 0 4.6%;
		padding: 210px 0 225px;
	}
	.index-about .about-text{
		height: 367px;
		padding-left: 43.4%;
		padding-right: 5.74%;
	}
	.index-about .about-text>a:before{
		width: 300px;
		left: -310px;
		top: 21.5px;
	}
	.index-about .about-pic{
		width: 34.4%;
		top:50%;
		left: 0;
		transform: translateY(-50%);
		padding-bottom: 30px;
		position: absolute;
	}
	.index-about .about-pic img{
		width: 100%;
		margin-top: -30px;
		margin-left: 30px;
	}
}

@media only screen and (max-width:768px) {
	.index-about .about-text{
		padding: 0 2.34375vw 6.5625vw;
	}
	.index-about .about-text h3 {
	    font-size: 5.625vw;
	    margin-bottom: 3.75vw;
	    margin-top: 3.125vw;
	}
	.index-about .about-text h3 small {
	    font-size: 3.125vw;
	    line-height: 1;
	}
	.index-about .about-text p {
	    line-height: 20px;
	    height: 140px;
	    font-size: 3.125vw;
	}
	.index-about .about-text>a:before{
		width: 46.875vw;
		left: -48.4375vw;
		top:19.5px;
	}
	.index-about .about-text>a {
	    margin-top: 5.3125vw;
	    font-size: 3.125vw;
	    margin-bottom: 2.1875vw;
	}
}

.index-product{
	background: url(pro-bg.jpg) no-repeat center center;
	padding-top: 66px;
	    background-size: cover;
}

.index-product .index-title{
	background: url(pro-title-bg.png) no-repeat center center;
}

.index-title{
	display: table-cell;
	width: 5000px;
	vertical-align: middle;
	height: 120px;
	text-align: center;
}
.index-title h3{
	font-size: 38px;
	color: #fff;
	font-weight: bold;
}
.index-title span{
	display: block;
	font-size: 24px;
	color: #fff;
	line-height: 28px;
	position: relative;
}
.index-title span:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 12px solid #fff;
	top: 36px;
	left: 50%;
	transform: translateX(-50%);
}
.index-product .product-item{
	margin-top: 55px;
}
.index-product .product-item .product-sub1{
	padding-right: 7.5px;
	-webkit-animation-duration: 2s; 
    animation-duration: 2s; 
}
.index-product .product-item  a{
	display: block;
	position: relative;
}
.index-product .product-item .product-sub1 .pro-name{
	height: 150px;
	border-bottom-right-radius: 32px;
	border-bottom-left-radius: 32px;
}
.index-product .product-item .pro-name{
	position: absolute;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	background: rgba(0,0,0,0.35);
	left: 0;
	bottom: 0;
	height: 77px;
}
.index-product .product-item .product-sub1 .pro-name h5{
	margin-top: 40px;
	font-size: 24px;
}
.index-product .product-item .pro-name h5{
	font-size: 16px;
	color: #fff;
	line-height: 1;
	margin-top: 18px;
}
.index-product .product-item .product-sub1 .pro-name span{
	line-height: 34px;
	margin-top: 6px;
}
.index-product .product-item .pro-name span{
	display: block;
	line-height: 1;
	color: #fff;
	margin-top: 8px;
}
.index-product .product-item .product-sub2{
	padding-left: 7.5px;
	-webkit-animation-duration: 2s; 
    animation-duration: 2s; 
}
.index-product .product-item .product-sub1 a img{
	border-radius: 32px;
}
.index-product .product-sub2 ul li{
	margin-bottom: 9px;
}
.index-product .product-sub2 ul li:nth-of-type(2n+1){
	padding-left: 0;
	padding-right: 5.5px;
}
.index-product .product-sub2 ul li:nth-of-type(2n+2){
	padding-right: 0;
	padding-left: 5.5px;
}

.index-product .row>a{
	display: block;
	width: 364px;
	height: 53px;
	box-sizing: border-box;
	border: 1px solid #999999;
	color: #999;
	text-align: center;
	line-height: 53px;
	margin:40px auto 30px;
	border-radius: 26.5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.index-product .row>a:hover{
	border-color: transparent;
}








@media only screen and (min-width: 768px) {
	.index-product .product-item .product-sub1:hover a img{
		transform: scale(1.05);
	}
	.index-product .product-item .product-sub1 a{
		overflow: hidden;
		border-radius: 32px;
	}
	.index-product .product-item .product-sub1 a img{
		width: 100%;
		height: 358px;
		object-fit: cover;
		transition: all 0.5s linear;
	}
	.index-product .product-sub2 ul li{
		transition: all 0.5s linear;
	}
	.index-product .product-sub2 ul li a{
		overflow: hidden;
	}
	.index-product .product-sub2 ul li img{
		height: 170px;
		width: 100%;
		object-fit: cover;
		transition: all 0.5s linear;
	}
	.index-product .product-sub2 ul li:hover img{
		transform: scale(1.1);
	}
	.index-product .product-sub2 ul:hover li:not(:hover){
		filter: blur(3px);
	}
	.button10{
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;	
}

.button10::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid transparent;
	/*background-color: rgba(255,255,255,0.25);*/
	border-radius: 26.5px;
}
.button10::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid transparent;
	/*background-color: rgba(255,255,255,0.25);*/
	border-radius: 26.5px;

}
.button10:hover::before{
	border-color:rgba(255,255,255,0.5);
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
			background-color: rgba(255,255,255,0);
}
.button10:hover::after{
	border-color:rgba(255,255,255,0.5);
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
			background-color: rgba(255,255,255,0);
}

	
}
@media only screen and (min-width: 992px) {
	.index-product .product-item .product-sub1 a img{
		width: 100%;
		height: 470px;
		object-fit: cover;
	}
	.index-product .product-sub2 ul li img{
		height: 225px;
		width: 100%;
		object-fit: cover;
	}
}
@media only screen and (min-width: 1200px) {
	.index-product .product-item .product-sub1 a img{
		width: 100%;
		height: 571px;
		object-fit: cover;
	}
	.index-product .product-sub2 ul li img{
		height: 283px;
		width: 100%;
		object-fit: cover;
	}
}

@media only screen and (max-width:768px ) {
	.index-product{
		background-size: cover;
		padding:10vw 2.34375vw 0;
	}
	.index-product .index-title{
		background-size: 86.40625vw auto;
	}
	.index-title{
		height: 18.75vw;
	}
	.index-title h3{
		font-size: 5.625vw;
	}
	.index-title span{
		font-size: 3.125vw;
		line-height: 3.90625vw;
		margin-top: 1.875vw;
	}
	.index-title span:after{
		border-right: 1.25vw solid transparent;
	    border-left: 1.25vw solid transparent;
	    border-top: 1.875vw solid #fff;
	    top: 4.6875vw;
	}
	.index-product .product-item .product-sub1 a img{
		width: 100%;
		height:93.75vw ;
		object-fit: cover;
	}
	.index-product .product-item .product-sub1 .pro-name{
		height: 25vw;
	}
	.index-product .product-item .product-sub1 .pro-name h5{
		margin-top:6.5625vw ;
		font-size: 3.75vw;
	}
	.index-product .product-item .product-sub1 .pro-name span{
		margin-top: 3.75vw;
		line-height: 1;
		font-size: 3.75vw;
	}
	.index-product .product-item .pro-name{
		height: 12.5vw;
	}
	.index-product .product-item .pro-name h5{
		font-size: 3.75vw;
		margin-top: 1.875vw;
	}
	.index-product .product-item .pro-name span{
		font-size: 3.125vw;
		margin-top: 1.5625vw;
	}
	.index-product .product-item {
	    margin-top: 5.3125vw;
	}
	.index-product .product-item .product-sub2{
		padding: 0;
		margin-top: 2.1875vw;
	}
	.index-product .product-item .product-sub1{
		padding:0;
	}
	.index-product .product-sub2 ul li img{
		height: 46.875vw;
		width: 100%;
		object-fit: cover;
	}
	.index-product .row>a{
		width: 56.875vw;
		height: 8.4375vw;
		line-height: 8.4375vw;
		margin-top: 4.6875vw;
		margin-bottom:6.875vw ;
	}
}

.index-news{
	background: #414140;
	padding-bottom: 84px;
	padding-top: 60px;
}
.index-news .index-title{
	background: url(news-title-bg.png) no-repeat center center;
}
.index-news ul{
	padding: 0 13px;
	margin-top: 70px;
}
.index-news ul li{
	position: relative;
	padding: 0 12px;
	 -webkit-animation-duration: 2s; 
    animation-duration: 2s;
}
.index-news ul li:nth-of-type(2){
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.index-news ul li a{
	display: block;
	background: #f3f3f3;
	border-radius: 4px;
	overflow: hidden;
}
.index-news ul li  h4{
	font-size: 18px;
	color: #2d2d2d;
	line-height: 28px;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
	margin-bottom: 10px;
}
.index-news ul li p{
	line-height: 28px;
	font-size: 12px;
	color: #2d2d2d;
	height: 56px;
	overflow: hidden;
}
.index-news ul li i{
	display: inline-block;
	margin-top: 16px;
	font-size: 14px;
	color: #2d2d2d;
	font-style: normal;
}

.index-news ul li .news-date{
	position: absolute;
	border-radius: 4px;
}
.index-news ul li .news-date strong{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	margin-bottom:10px ;
	margin-top: 24px;
}
.index-news ul li .news-date span{
	color: #fff;
	font-size: 18px;
	text-align: right;
	padding-right: 13px;
	display: block;
	line-height: 1;
}
.index-news>a{
	display: block;
	width: 364px;
	height: 53px;
	box-sizing: border-box;
	border: 1px solid #999999;
	color: #999;
	text-align: center;
	line-height: 53px;
	margin:63px auto 0;
	border-radius: 26.5px;
}








@media only screen and (min-width: 768px) {
	.index-news ul li a{
		height: 342px;
		padding: 0 30px 0 60px;
	}
	.index-news ul li  h4{
		margin-top: 120px;
	}
	.index-news ul li .news-date{
		width: 120px;
		height: 108px;
		background: #2d2d2d;
		top: -13px;
		left: 56px;
	}
	.index-news ul li:hover a{
		background: #2d2d2d;
	}
	.index-news ul li:hover h4,.index-news ul li:hover p,
	.index-news ul li:hover i{
		color: #cccccc;
	}
	.index-news ul li:hover .news-date{
		background: #a2d5ac;
	}
	.index-news ul li:hover .news-date strong,
	.index-news ul li:hover .news-date span{
		color: #fff;
	}
	.button12{
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button12::before{
	content: '';
	position: absolute;
	top: 50px;
	left: 75px;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 190px solid rgba(255,255,255,0.25);
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.button12::after{
	content: '';
	position: absolute;
	top: 50px;
	left: 75px;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 190px solid rgba(255,255,255,0.25);
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.button12::after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.button12:hover::before{
	opacity: 1;
	-webkit-transform: translate(0px,-190px);
	transform: translate(0px,-190px);	
}
.button12:hover::after{
	opacity: 1;
	-webkit-transform: translate(0px,-150px);
	transform: translate(0px,-150px);	
}

}
@media only screen and (max-width:768px ) {
	.index-news .index-title{
		background-size: 53.59375vw;
	}
	.index-news{
		padding-top:9.375vw ;
		padding-left: 2.34375vw;
		padding-right: 2.34375vw;
		padding: 9.375vw 2.34375vw 6.875vw;
	}
	.index-news ul{
		padding: 0;
		margin-top: 10.9375vw;
	}
	.index-news ul li{
		padding: 0;
		margin-bottom: 5.78125vw;
	}
	.index-news ul li a{
		background: #2d2d2d;
		height: 53.4375vw;
	}
	.index-news ul li .news-date{
		width: 18.75vw;
		height: 16.875vw;
		background: #a2d5ac;
		top: -2.03125vw;
		left: 8.75vw;
	}
	.index-news ul li .news-date strong{
		font-size: 5.625vw;
		margin-top: 5.15625vw;
		margin-bottom: 1.25vw;
		color: #fff;
	}
	.index-news ul li .news-date span{
		font-size: 3.125vw;
		color: #fff;
		padding-right: 2.03125vw;
	}
	.index-news ul li a{
		padding: 0 2.34375vw 0 4.6875vw;
	}
	.index-news ul li h4{
		font-size: 3.75vw;
		color: #cccccc;
		margin-top: 22.65625vw;
		line-height: 4.75vw;
		margin-bottom: 2.8125vw;
	}
	.index-news ul li p{
		font-size: 3.125vw;
		color: #ccc;
		line-height: 20px;
		height: 40px;
	}
	.index-news ul li i{
		color: #ccc;
		font-size: 3.125vw;
		line-height: 1;
		margin-top: ;
	}
	.index-news>a{
		width: 56.875vw;
		height: 8.4375vw;
		line-height: 8.4375vw;
		margin-top: 4.6875vw;
	}
}



/*底部样式*/
#footer .friendship {
	background: #000000;
	padding-top: 48px;
	padding-bottom: 37px;
	box-sizing: border-box;
}
#footer .friendship .container{
	padding: 0;
}
#footer .friendship h4 {
	color: #999999;
	font-weight: bold;
	line-height: 65px;
	font-size: 24px;
}
#footer .friendship h4 small{
	font-size: 16px;
	line-height: 65px;
}
#footer .friendship a {
	display: inline-block;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	width: 160px;
	height: 66px;
	margin-left: 38px;
}
#footer .friendship a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.foot-infor{
	padding:63px 6.66666666667% 46px;
	background: #414140;
}

.foot-infor .foot-infor-left dt{
	font-size: 18px;
	line-height: 50px;
	color: #999999;
}
.foot-infor .foot-infor-left dd{
	color: #999999;
	line-height: 30px;
}
.foot-infor .foot-infor-right{
	min-width: 49.88%;
	
}
.foot-infor .foot-infor-right label{
	color: #999999;
	line-height: 30px;
	margin-bottom: 8px;
	vertical-align: top;
}
.foot-infor .foot-infor-right input{
	background:none;
	border: none;
	line-height: 30px;
	width: 80%;
	color: #999;
	outline: none;
	padding-left: 15px;
}
.foot-infor .foot-infor-right textarea{
	background: none;
	border: none;
	height: 60px;
	width: 80%;
	outline: none;
	color: #999;
	padding-left:15px ;
	padding-top: 5px;
}
.foot-infor  .form-item{
	margin-bottom: 14px;
}
.foot-infor  .form-item .form-item-sub{
	border-bottom: 1px solid #e2e2e2;
	float: left;
	width: 30%;
}
.foot-infor  .form-item .form-item-sub:nth-of-type(1){
	margin-right: 3.333333333%;
}
.foot-infor  .form-item .form-item-sub:nth-of-type(2){
	margin: 0 1.6666666667%;
}
.foot-infor  .form-item .form-item-sub:nth-of-type(3){
	margin-left: 3.333333333%;
}
.foot-infor  .form-item:first-of-type{
	border-bottom: none;
}
.foot-infor  .form-item{
	border-bottom: 1px solid #e2e2e2;
}
.foot-infor  .form-item.code{
	display: inline-block;
}
.foot-infor  .form-item.code input{
	width: 120px;
}

.foot-infor  .form-item.submit-button{
	width: 100px;
	border: 1px solid #999;
	height: 38px;
	margin-top: 20px;
	cursor: pointer;
}
.foot-infor  .form-item.submit-button input{
	line-height: 38px;
	text-align: center;
	color: #999;
	cursor: pointer;
	width: 100%;
	padding: 0;
}
@media only screen and (min-width: 768px) {
	.foot-infor  .form-item.submit-button input{
		position: absolute;
		left: 0;
		top: 0;
		z-index: 100;
	}
	.foot-infor  .form-item.submit-button input:hover{
		color: #fff;
	}
	
}












#footer .copyright {
	background: #2d2d2d;
	text-align: center;
	position: relative;
}

#footer .copyright .copyright_con {
	color: #bebebe;
	padding: 0 15px;
	line-height: 35px;
}

#footer .copyright .copyright_con a {
	color: #bebebe;
	line-height: 35px;
}
#footer .copyright .copyright_con a:hover{
	text-decoration: underline;
}
#footer .copyright .top {
	position: absolute;
	right: 10px;
	top: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 10;
	background: #414140;
}

#footer .copyright .top img {
	width: 80%;
	top: 2px;
	z-index: 100;
	position: absolute;
	left: 3px;
}

#footer .copyright .top:before {
	background-image: url(black_bg.png);
	display: block;
	content: " ";
	border-radius: 50%;
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}
@media only screen and (min-width: 768px) {
	.button9{
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.5);
	position: relative;	
	overflow: hidden;
}

.button9::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.button9:hover::before{
	opacity: 1;
	-webkit-transform: skewX(-180deg)  scale(0.5,1);
	transform: skewX(-180deg)  scale(0.5,1);
}
.button10{
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;	
}

}
@media (max-width:1200px ) {
	#footer .friendship a{
		width: 150px;
		margin-left: 10px;
	}
	.foot-infor{
		padding:63px 3.66666666667% 46px;
	}
}
@media  (max-width: 992px) {
	.foot-infor{
		padding:63px 2.66666666667% 46px;
	}
	.foot-infor .foot-infor-right {
	    width: 50%;
	}
}
@media  (max-width:768px ) {
	#footer{
		margin-bottom: 53px;
	}
	.foot-infor .foot-infor-right {
	    width: 100%;
	    margin-top: 10px;
	    padding-bottom: 3.125vw;
	}
	.foot-infor {
	    padding: 5.15625vw 3.125vw 0;
	    background: #000000;
	}
	#footer .copyright {
	    background: #000000;
	}
	.foot-infor  .form-item .form-item-sub{
		width: 100%;
		margin: 0 !important;
		border-bottom: 1px solid #bababa;
	}
	.foot-infor .foot-infor-left dt {
	    font-size: 3.75vw;
	    line-height: 6.25vw;
	    color: #fff;
	}
	.foot-infor .foot-infor-left dd {
	    color: #999999;
	    line-height: 5.9375vw;
	    font-size: 3.125vw;
	}
	.foot-infor .foot-infor-right label {
	    color: #999999;
	    line-height: 30px;
	    vertical-align: top;
	    font-size: 3.125vw;
	    margin-bottom: 0;
	}
	.foot-infor .form-item{
		margin-bottom: 0;
		font-size: 0;
	}
	.foot-infor .foot-infor-right textarea {
	    height: 30px;
	    line-height: 30px;
	    font-size: 3.125vw;
	    padding-top: 0;
	}
	.foot-infor .foot-infor-right input{
		line-height:30px ;
		font-size: 3.125vw;
	}
	.foot-infor .form-item.submit-button {
	    width: 15.625vw;
	    border:none!important;
	    height: 5vw;
	    margin-top: 3.125vw;
	    font-size: 2.5vw;
	    background: #414140;
	}
	.foot-infor .form-item.submit-button input {
	    line-height: 5vw;
	    color: #fff;
	    padding: 0;
	    width: 100%;
	}
	.foot-infor .form-item.code{
		display: block;
	}
	.foot-infor .form-item.code input {
	    width: 62.375vw;
	}
	.copyright .container{
		padding: 0 2.34375vw;
		border-top: 1px solid #414140;
	}
	#footer .copyright .copyright_con{
		padding: 0;
		line-height: 5.625vw;
		font-size: 3.125vw;
		padding-top: 2.1875vw;
	}

}
/*wap底部快捷按钮*/

.wap_footer {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 5px 0;
	z-index: 10;
	background: #414140;
}

.wap_footer dl {
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 0;
}

.wap_footer dt {
	height: 26px;
}

.wap_footer dd {
	color: #fff;
	font-size: 12px;
}

.wap_footer dl dt img {
	width: 30%;
}
/*手机底部搜索*/
.wap_search_input {
	position: fixed;
	bottom: 53px;
	left: 100%;
	width: 100%;
	z-index: 1000;
	padding: 8px 2%;
	background: #d7d7d7;
}

.wap_search_input:after {
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.wap_search_input input {
	float: left;
	width: 80%;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	padding-left: 2%;
	color: #060518;
	position: relative;
	z-index: 100;
	box-sizing: border-box;
	border: none;
}

.wap_search_input p {
	float: left;
	height: 30px;
	line-height: 30px;
	color: #060518;
	position: relative;
	z-index: 100;
	margin-left: 2%;
	width: 18%;
	text-align: center;
	border-radius: 5px;
	background: rgba(255, 255, 255);
}

/*wap底部快捷按钮*/



/*黑色遮罩*/

.black_cloth {
	position: fixed;
	z-index: 10000000;
	width: 100%;
	height: 100%;
	background: url(black_cloth.png) repeat;
	display: none;
	top: 0;
	left: 0;
}


/*手机左边弹出导航*/

.wap_menu {
	width: 250px;
	position: fixed;
	top: 0px;
	left: -250px;
	height: 100%;
	text-align: left;
	z-index: 10000001;
	background: #414140;
}

.wap_menu li.menu_tit {
	font-size: 18px;
	font-weight: bold;
	background: rgba(255, 255, 255, 0.3);
	position: relative;
	padding: 15px 10px;
	color: #fff;
}

.wap_menu li.menu_tit span {
	font-size: 20px;
	position: absolute;
	top: 12px;
	right: 15px;
	border-bottom: none;
	z-index: 1000;
}

.wap_menu li {
	margin-bottom: 2px;
	font-size: 14px;
	position: relative;
}

.wap_menu li .wap_menu1 {
	line-height: 24px;
	font-size: 16px;
	text-transform: Uppercase;
	background: rgba(255, 255, 255, 0.1);
	position: relative;
}

.wap_menu li p {
	padding: 10px 10px;
	margin-bottom: 0;
}

.wap_menu li .wap_menu1 a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 25px;
	color: #ffffff;
}

.wap_menu li .wap_menu1 p.left {
	float: none;
}

.wap_menu li .wap_menu1 p.right {
	width: 15%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	float: none;
	z-index: 1000;
}

.wap_menu li .wap_menu2 {
	display: none;
}

.wap_menu li .wap_menu2 a {
	display: block;
	background: none;
	color: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	font-size: 14px;
	border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
	padding: 10px;
}

.wap_menu li .wap_menu2 a i {
	float: left;
	width: 4px;
	height: 4px;
	background-color: #fff;
	margin: 8px 10px 0 5px;
}

.wap_menu li .wap_menu2 a span {
	float: left;
	width: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/*pc侧边栏分类样式*/

._aside {
	
}

._aside>h2 {}


/*一级的样式*/

._aside ul.sidemenu>li.sub1 ul {
	display: none;
}

._aside ul.sidemenu>li.sub1>a.sub1_a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

._aside ul.sidemenu>li.current>a.sub1_a,
._aside ul.sidemenu>li:hover>a.sub1_a {
	color: #ff0000;
}


/*二级的样式*/

._aside ul.sidemenu>li.sub1>ul>li.sub2>a.sub2_a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

._aside ul.sidemenu>li.sub1>ul>li.sub2.current>a.sub2_a,
._aside ul.sidemenu>li.sub1>ul>li.sub2:hover>a.sub2_a {
	color: #ff0000;
}



@media  (min-width:768px ) {
	.bg{
		background:url(about-pic2.png) no-repeat 87% bottom  #1a1a1a;
	}
	._aside{
		margin-top: 110px;
		position: relative;
		margin-bottom: 70px;
	}
	._aside h2{
		position: absolute;
		font-size: 24px;
		line-height: 1;
		color: #fff;
	}
	._aside h2 small{
		line-height: 24px;
		color: #fff;
		font-size: 12px;
	}
	._aside .sidemenu{
		position: relative;
	}
	._aside .sidemenu:after{
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		background: #808080;
		top: 50px;
		left: 0;
	}
	._aside .sidemenu li.sub1{
		float: right;
		
	}
	._aside .sidemenu li.sub1 a.sub1_a{
		line-height: 50px;
		padding: 0 20px;
		color: #fff;
	}
	._aside .sidemenu li.sub1 ul{
		position: absolute;
		width: 100%;
		left: 0;
		top: 57px;
	}
	._aside .sidemenu li.sub1 ul li.sub2{
		float: left;
		margin-right: 40px;
	}
	._aside .sidemenu li.sub1 ul li.sub2 a{
		line-height: 28px;
		color: #fff;
	}
	.about-page{
		margin-bottom: 220px;
	}
	
}

@media (max-width:768px) {
	._aside {
		padding: 0;
	}
	/*手机内页crumb*/
	._aside>h2 {
		font-size: 3.75vw;
		background: #414140;
		height: 6.25vw;
		line-height: 6.25vw;
		color: #fff;
		padding-left: 4.6875vw;
	}
	._aside h2 .phone-menuicon {
		float: right;
		cursor: pointer;
		height: 4.21875vw;
		margin-right: 4.6875vw;
		margin-top: 1.015625vw;
	}
	._aside h2 .phone-menuicon img {
		-webkit-transition: all .4s;
		transition: all .4s;
		width: 4.21875vw;
		vertical-align: top;
	}
	/*手机内页分类下拉列表*/
	._aside ul.sidemenu {
		width: 100%;
		display: none;
		padding: 0 2.34375vw;
	}
	/*一级的样式*/
	._aside ul.sidemenu>li.sub1:last-of-type ul{
		border-bottom:1px solid #747474 ;
		padding-bottom: 2.1875vw;
	}
	._aside ul.sidemenu>li.sub1{
		margin-top: 3px;
	}
	._aside ul.sidemenu>li.sub1>a.sub1_a {
		background: #f0f0f0;
		line-height: 6.25vw;
		padding-left: 2.34375vw;
		color: #010101;
		font-size: 3.125vw;
	}
	._aside ul.sidemenu>li.current>a.sub1_a,
	._aside ul.sidemenu>li:hover>a.sub1_a {
		color:#010101 ;
		text-decoration: none;
	}
	/*二级的样式*/
	._aside ul.sidemenu>li.sub1>ul>li.sub2>a.sub2_a {
		font-size: 3.125vw;
		color: #dddcdc;
		line-height: 5.9375vw;
		padding-left: 2.34375vw;
		position: relative;
	}
	._aside ul.sidemenu>li.sub1>ul>li.sub2>a.sub2_a:before{
		content: "";
		position: absolute;
		width: 0.78125vw;
		height: 0.78125vw;
		border-radius: 50%;
		background: #999999;
		left: 3px;
		top: 2.578125vw;
	}
	._aside ul.sidemenu>li.sub1>ul>li.sub2.current>a.sub2_a,
	._aside ul.sidemenu>li.sub1>ul>li.sub2:hover>a.sub2_a {
		color: #dddcdc;
		text-decoration: none;
	}
	/*三级的样式*/
	#header .menu_icon img {
		width: 100%;
	}
	.about-page{
		margin-top: 5.46875vw;
		margin-bottom: 8.46875vw;
		padding: 0 2.34375vw;
	}
}

.main{
	padding: 0;
}
._aside{
	padding: 0;
}
.about-page,.about-page a{
	color: #fff;
}


.product-page ul li{
	float: left;
}
.product-page ul li a{
	display: block;
	position: relative;
}
.product-page ul li .pro-name{
	position: absolute;
	text-align: center;
	background: rgba(0,0,0,0.35);
	height: 77px;
	left: 0;
	bottom: 0;
	width: 100%;
	transition: all 1s linear; 
}
.product-page ul li .pro-name:before{
	content: "";
	height: 100%;
	width: 0px;
	vertical-align: middle;
	display: inline-block;
}
.product-page ul li .pro-name h6{
	font-size: 16px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.product-page ul li .pro-name h6 span{
	display: block;
	font-size: 12px;
	margin-top: 8px;
}

@media only screen and (min-width:768px ) {
	.product-page ul li{
		width: 23.5833333333333%;
		margin-right: 1.888888888889%;
		margin-bottom: 27px;
	}
	.product-page ul li:nth-of-type(4n+4){
		margin-right: 0;
	}
	.product-page ul li a img{
		width: 100%;
		height: 169.8px;
		object-fit: cover;
	}
}
@media only screen and (min-width:992px ) {
	.product-page ul li a img{
		width: 100%;
		height: 222px;
		object-fit: cover;
		transition: all 1s linear;
	}
	.product-page ul li:hover a img{
		border-radius: 20px;
	}
	.product-page ul li:hover .pro-name{
		height: 100%;
		border-radius: 20px;
	}
}

@media only screen and (min-width:1200px ) {
	.product-page ul li a img{
		width: 100%;
		height: 275px;
		object-fit: cover;
	}
}

@media only screen and (max-width: 768px) {
	
	.product-page{
		padding: 0 2.34375vw;
		margin-top: 3.125vw;
	}
	.product-page ul li{
		width: 45.3125vw;
		height: 45.3125vw;
		margin-bottom: 2.34375vw;
	}
	.product-page ul li:nth-of-type(2n+2){
		float: right;
	}
	.product-page ul li .pro-name{
		height: 12.5vw;
	}
	.product-page ul li .pro-name h6{
		font-size: 3.125vw;
	}
	.product-page ul li .pro-name h6 span{
		font-size: 3.125vw;
		margin-top: 2.34375vw;
	}
}


.news-page1 ul li a{
	display: block;
}
.news-page1 .news-text h3{
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media only screen and (min-width:768px ) {
	.news-page1 ul li{
		margin-bottom: 40px;
	}
	.news-page1 ul li a{
		display: table;
		position: relative;
	}
	.news-page1 ul li a:before{
		content: "";
		position: absolute;
		width: 0;
		height: 100%;
		background: rgba(255,255,255,0.1);
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		transition: all 0.8s ease-in-out;
	}
	.news-page1 ul li a:hover:before{
		width: 100%;
	}
	.news-page1 .news-picture{
		width: 240px;
		display: table-cell;
	}
	.news-page1 .news-text{
		padding-left:40px ;
		display: table-cell;
		height: 120px;
		vertical-align: middle;
	}
	.news-page1 .news-text h3{
		font-weight: bold;
		font-size: 18px;
		line-height: 28px;
		color: #cccccc;
	}
	.news-page1 .news-text span{
		color: #ccc;
		line-height: 28px;
		display: block;
	}
	.news-page1 .news-text p{
		font-size: 12px;
		line-height: 28px;
		height: 56px;
		overflow: hidden;
		color: #ccc;
	}
}

@media only screen and (max-width:768px) {
	.news-page1{
		padding: 0 2.34375vw;
		margin-top: 5vw;
	}
	.news-page1 ul li{
		margin-bottom:6.25vw;
	}
	.news-page1 .news-picture img{
		width: 100%;
	}
	.news-page1 .news-text h3{
		font-weight: bold;
		font-size: 3.125vw;
		line-height: 4.375vw;
		color: #cccccc;
		margin-top: 20px;
	}
	.news-page1 .news-text span,.news-page1 .news-text p{
		display: block;
		font-size: 3.125vw;
		line-height: 4.375vw;
		color: #cccccc;
		margin-top: 8px;
	}
	.news-page1 .news-text p{
		height: 8.75vw;
		overflow: hidden;
	}
}


.news-page2 ul li{
	padding-left: 20px;
	padding-right: 80px;
	margin-bottom: 75px;
}

.news-page2 ul li a{
	display: block;
}
.news-page2 ul li h3{
	font-size: 18px;
	color: #cccccc;
	font-weight: bold;
	line-height: 28px;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-page2 ul li span{
	display: block;
	font-size: 14px;
	color: #cccccc;
	line-height: 28px;
	position: relative;
	transition: all 0.5s linear;
}

.news-page2 ul li p{
	font-size: 12px;
	color: #cccccc;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}




@media only screen and (min-width: 768px) {
	.news-page2 ul li .news-date:before{
		content: attr(data-time);
		position: absolute;
		color: #ccc;
		font-size: 14px;
		line-height: 28px;
		width: 170px;
		border-bottom: 1px solid #8d8d8d;
		left: -210px;
		top: 0;
		opacity: 0;
		transition: all 1s linear;
	}
	
	.news-page2 ul li:hover .news-date{
		color: #1a1a1a;
	}
	.news-page2 ul li:hover .news-date:before{
		opacity: 1;
	}
}

@media only screen and (max-width:768px ) {
	.news-page2{
		padding: 0 2.34375vw;
	}
	.news-page2 ul{
		padding: 0;
		margin-top: 5.3125vw;
	}
	.news-page2 ul li{
		padding: 0;
		margin-bottom: 5.78125vw;
		position: relative;
	}
	.news-page2 ul li a{
		background: #2d2d2d;
		height: 53.4375vw;
		position: relative;
	}
	.news-page2 ul li .wap-news-date{
		width: 18.75vw;
		height: 16.875vw;
		background: #a2d5ac;
		top: -2.03125vw;
		left: 8.75vw;
		position: absolute;
		border-radius: 4px;
	}
	.news-page2 ul li .wap-news-date strong{
		font-size: 5.625vw;
		margin-top: 4.15625vw;
		margin-bottom: 1.25vw;
		color: #fff;
		display: block;
		text-align: center;
		color: #fff;
	}
	.news-page2 ul li .wap-news-date span{
		font-size: 3.125vw;
		color: #fff;
		padding-right: 2.03125vw;
		text-align: right;
		display: block;
		line-height: 1;
	}
	.news-page2 ul li a{
		padding: 0 2.34375vw 0 4.6875vw;
		overflow: hidden;
	}
	.news-page2 ul li h3{
		font-size: 3.75vw;
		color: #cccccc;
		margin-top: 22.65625vw;
		line-height: 1;
		margin-bottom: 2.8125vw;
	}
	.news-page2 ul li p{
		font-size: 3.125vw;
		color: #ccc;
		line-height: 20px;
		height: 40px;
	}
	.news-page2 ul li i{
		color: #ccc;
		font-size: 3.125vw;
		line-height: 1;
		font-style: normal;
		margin-top: 4.375vw;
	}
}


.search-page ul li{
	margin-bottom: 18px;
}
.search-page ul li a{
	display: block;
	line-height: 60px;
	color: #ffffff;
	font-size: 16px;
	padding-left: 53px;
	position: relative;
	max-width: 90%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.search-page ul li a:hover{
	background: #484848;
}
.search-page ul li a:before{
	content: "+";
	position: absolute;
	font-size:16px;
	color: #fff;
	left: 30px;
	top: 0;
}

@media only screen and (max-width:768px ) {
	.search-page{
		margin-top: 5px;
		padding: 0 2.34375vw;
		min-height: 400px;
	}
	.search-page ul li a{
		line-height: 9.375vw;
		font-size: 3.125vw;
		color: #dddcdc;
		padding-left: 8.28125vw;
	}
	.search-page ul li a:before{
		font-size: 3.125vw;
		left: 5vw;
	}
	.search-page ul li{
		margin-bottom: 3.125vw;
	}
}

















/*分页样式开始*/
.page_box {
    text-align: center;
    display: block;
    margin-top:30px;
    margin-bottom: 120px;
}
/*当前页的样式*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{ background:#aaa; border-color:#aaa}
/*分页块默认样式*/
.pagination > li > a, .pagination > li > span{ color:#666;
	font-size: 14px;
}
.pagination > li > a:hover, .pagination > li > span:hover{color:#666}
/*分页样式结束*/

@media  (max-width:992px ) {
	.page_box{
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.page_box{
		margin-bottom: 100px;
	}
}
@media only screen and (max-width: 768px) {
	.pagination > li > a, .pagination > li > span{ color:#666;
		font-size: 3.125vw;
	}
}


/*新闻详情页样式，若不需要请删除*/
.news_detail{
	padding-top: 10px;
	padding-left: 30px;
}
.news_detail .title {
	padding-bottom: 20px;
	border-bottom: dashed 1px #aaa;
	text-align: center;
}

.news_detail .title h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	line-height: 35px;
	color: #ffffff;
}

.news_detail .title .box {
	display: inline-block;
	text-align: center;
	color: #ffffff;
}

.news_detail .title .box img {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.news_detail .title .box div {
	margin-right: 3.64583333vw;
	color: #ffffff;
}

.news_detail .title .box .time {
	float: left;
	text-align: center;
	color: #ffffff;
}

.news_detail .title .box .eye {
	float: left;
	text-align: center;
	color: #ffffff;
}

.news_detail .title .box .back {
	float: left;
	color: #ffffff;
}

.news_detail .news_detail_content {
	margin-top: 15px;
	margin-bottom: 60px;
	word-break: break-all;
	color: #ffffff;
}

.news_detail .pageTurning {
	margin-top: 15px;
}

.news_detail .pageTurning .prevs,
.news_detail .pageTurning .nexts {
	line-height: 250%;
	padding: 0 10px;
	text-align: left;
	color: #444444;
	background: rgba(255,255,255,0.8);
}

.news_detail .pageTurning .prevs {
	margin-bottom: 15px;
}
@media only screen and (min-width:768px) {
	.news_detail{
		padding-bottom: 100px;
	}
}
@media (max-width:768px) {
	.news_detail{
	    padding: 0 15px;
	    margin-top: 7.8125vw;
	}
	.news_detail .title .box div {
	    margin-right: 5px;
	}
	.news_detail .title .box {
	    font-size: 3.125vw;
	}
	.news_detail .title h3{
		font-size: 4.6875vw;
	}
	.news_detail .pageTurning{
		margin: 5.46875vw 0 10vw;
	}
}


/*产品详情页样式，若不需要请删除*/
.product_detail{
	padding-bottom: 60px;
}
.product_detail .title {
	padding-bottom: 10px;
	border-bottom: dashed 1px #aaa;
	text-align: center;
	margin-bottom: 1.04166666vw;
	color: #ffffff;
}

.product_detail .title h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	line-height: 35px;
	color: #ffffff;
}

.product_detail .title .box {
	display: inline-block;
	text-align: center;
}

.product_detail .title .box img {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.product_detail .title .box .back {
	float: left;
	color: #ffffff;
}

.product_detail .product_detail_images {
	padding-top: 15px;
	text-align: center;
	position: relative;
}

.product_detail .product_detail_images .product_detail_btn2 {
	position: absolute;
	right: 10%;
	top: 48%;
	background: #262625;
	z-index: 100;
	font-size: 0;
}

.product_detail .product_detail_images .product_detail_btn1 {
	position: absolute;
	left: 10%;
	top: 48%;
	background: #262625;
	z-index: 100;
	font-size: 0
}

.product_detail .product_detail_images .product_detail_btn1 a img,
.product_detail .product_detail_images .product_detail_btn2 a img {
	margin: 10px 5px;
}

.product_detail .product_detail_images .owl-carousel .owl-item img {
	width: auto;
	margin: auto;
	cursor: pointer;
	max-width: 100%;
}

.product_detail .product_detail_images .owl-theme .owl-controls {
	position: absolute;
	bottom: 2%;
	width: 100%;
}

.product_detail .product_detail_images .product_detail_img {
	width: 80%;
	margin: 0 auto;
}

.product_detail .product_detail_content {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ffffff;
}

.product_detail .pageTurning {
	margin-top: 45px;
}

.product_detail .product_detail_content .pageTurning .prevs,
.product_detail  .product_detail_content .pageTurning .nexts {
	line-height: 250%;
	padding: 0 10px;
	text-align: left;
	background: rgba(255,255,255,0.8);
	color: #444444;
}

.product_detail .pageTurning .prevs {
	margin-bottom: 15px;
}
.product_detail .pageTurning .nexts{
	
}
.pswp__bg {
	background: url(rgb0.8.png)
}

.pswp__button--arrow--left{
	left: 8%;
}
.pswp__button--arrow--right{
	right: 8%;
}

@media (max-width:768px ) {
	.product_detail{
		padding: 0 2.34375vw;
	}
	.product_detail .product_detail_images .product_detail_btn2 {
		right: 0%;
	}
	.product_detail .product_detail_images .product_detail_btn1 {
		left: 0%;
	}
	.product_detail .pageTurning .prevs,
	.product_detail .pageTurning .nexts{
		font-size: 3.125vw;
	}
	.product_detail .title h3{
		font-size: 4.75vw;
	}
	.product_detail .title .box .back{
		font-size: 3.125vw;
	}
	.product_detail .title .box img{
		width: 1.875vw;
		height: 1.875vw;
	}
}







/*响应式留言板css*/
.feedback-form label{
	color: #ccc;
}

.feedback-form .title {
	padding: 15px;
	color: #000;
	background-color: #F2F2F2;
	margin-bottom: 30px;
	box-sizing: border-box;
	
}
.feedback-form .form-group{
	margin-bottom: 30px;
}
.feedback-form .form-group .sure,
.feedback-form .form-group .more {
	padding: 5px 15px;
	border: none;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
}

.feedback-form .form-group .sure {
	background: #df0024
}

.feedback-form .form-group .more {
	background: #dfa800
}
@media only screen and (min-width: 768px) {
	.feedback-form {
		min-height: 700px;
		padding-left: 30px;
		width: 80%;
		margin: 0 auto;
	}
}
@media (max-width: 768px) {
	.feedback-form .form-group{
		margin-bottom: 15px;
	}
	.main .feedback-form .form-group label {
		width: 100%;
		text-align: left;
	}
	.feedback-form {
		min-height: 750px;
		padding: 0 2.34375vw;
	}
	.feedback-form .title {
	    margin-top: 20px;
	}
	.form-inline img{
		width: 17vw;
	}
}